forked from jitsi/jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 1
Bump webpack-dev-server from 5.1.0 to 5.2.1 #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
CandelR
merged 1,404 commits into
dependabot/npm_and_yarn/vite-6.4.1
from
dependabot/npm_and_yarn/webpack-dev-server-5.2.1
Jan 8, 2026
Merged
Bump webpack-dev-server from 5.1.0 to 5.2.1 #153
CandelR
merged 1,404 commits into
dependabot/npm_and_yarn/vite-6.4.1
from
dependabot/npm_and_yarn/webpack-dev-server-5.2.1
Jan 8, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: Fix the tenant used for webhook proxy. * squash: Linting, skip test if WH proxy is required but not configured. * ref: Change visitorsLive to use the JaaS utils. * ref: Move visitorsLive to the specs/jaas. * squash: Fix import paths. * fix: Use the iframe configured tenant for iframe tests.
* feat(lobby) integrate login in lobby + configs * fixed toolboxContainer styles, used HangupButton * make hangup button visible by default * use hangup button * feat(prejoin): fixed indent, import extension * squash: Restore back wait for owner dialog. * squash: Drops not used state and functions. --------- Co-authored-by: Calin-Teodor <[email protected]> Co-authored-by: damencho <[email protected]>
This way we can take advantage of internal i18next mechanism for fallback from en-US to en and from es-ES to es and so on.
* squash: Renames module.
* squash: Loads polls component.
* squash: Attach needed logic when components/hosts load.
* squash: Moves to use component.
* squash: Uses json-message format with types.
* squash: Checks for polls support.
* squash: Fixes comments and moves validate polls to backend.
* squash: Fix debian build.
* fix(polls): Fixes polls in breakout rooms.
* squash: Further simplify types.
Separate type that needs to go into ljm and those used only for the UI part.
Simplify answer/voter type to be unified across operations which simplifies and its logic.
* squash: Change voters structure to be {id, name}.
* squash: Update react/features/conference/functions.any.ts
Co-authored-by: Saúl Ibarra Corretgé <[email protected]>
* squash: Drops roomJid from messages. Uses the connection information as breakout does.
---------
Co-authored-by: Saúl Ibarra Corretgé <[email protected]>
…6464) * feat(i18n): Complete Bulgarian translation with missing keys - Added 587+ missing Bulgarian translations for all untranslated keys - Achieved 100% translation coverage (1,469/1,469 keys) - Maintained consistency with existing Bulgarian terminology and tone - Removed 34 orphaned keys that weren't present in English version - Applied proper 4-space indentation formatting - Sorted all keys alphabetically to match project standards - Created comprehensive professional Bulgarian localization --------- Co-authored-by: Дамян Минков <[email protected]> Co-authored-by: bgrozev <[email protected]>
…si#16465) * feat(conference): Process unauthenticated access disabled error. Shows notification with a button to login. * squash: Fix texts. * feat(visitors): Propagate and use allowUnauthenticatedAccess. * squash: Avoids always sending a value, even when not set. * squash: Rename error. * squash: Fix comments. * squash: Move check before log.
…oom. (jitsi#16473) * feat(token_verification): Adds more token failure reasons on verify room. * squash: Update resources/prosody-plugins/token/util.lib.lua Co-authored-by: bgrozev <[email protected]> --------- Co-authored-by: bgrozev <[email protected]>
Fixes text truncation issue in participants pane footer context menu items (the three-dot menu). Menu items now wrap naturally to multiple lines instead of being truncated mid-word, improving readability for languages with longer text strings like French. The fix uses standard CSS properties (whiteSpace, wordBreak, overflowWrap) without browser-specific prefixes. It is specific to the footer context menu in the participants pane and does not affect other context menus.
…alled. Deletes containers src when switching between streams
…ct that is delcleaned at every iteration
lib-Jitsi-meet v0.0.14 Reduced number of threads for onnx to one. Only one onnx session can be run at the same time on the browser. Added try-catch clausules to different promises in decoding routine. Only works for low-resolutions. No supported on safari.
Rollback to previous lib-jitsi-meet-version. Dataleaks detected when using lib-jitisi-meet v0.0.14
[PB-5292]: feat/migrate-to-yarn-and-fix-tests
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.1.0 to 5.2.1. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.1.0...v5.2.1) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
dcf7d7a
into
dependabot/npm_and_yarn/vite-6.4.1
2 of 4 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps webpack-dev-server from 5.1.0 to 5.2.1.
Release notes
Sourced from webpack-dev-server's releases.
Changelog
Sourced from webpack-dev-server's changelog.
Commits
0d22a08chore(release): 5.2.16045b1echore(deps): update (#5444)ffd0b86fix: take the first network found instead of the last one, this restores the ...9ea7b08ci: update dependency-review-action (#5442)5c9378bMerge commit from forkd2575adMerge commit from fork8c1abc9fix: prevent overlay for errors caught by React error boundaries (#5431)5a39c70ci: update codecov/codecov-action to v5 (#5406)55220a8chore(deps-dev): bump the dependencies group across 1 directory with 4 update...09f6f8echore(deps): bump the dependencies group across 1 directory with 2 updates (#...You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.